This adds some missing includes.

svn path=/trunk/kdegraphics/kdvi/; revision=20218
remotes/origin/kdvi-2.0
Hans Petter Bieker 27 years ago
parent 09fe99cb08
commit ff7a108eb0
  1. 1
      prefs.cpp
  2. 5
      print.cpp

@ -30,6 +30,7 @@
#include <stdlib.h>
#include <string.h>
#include <kconfig.h>
#include <klocale.h>
#include "prefs.h"

@ -14,8 +14,11 @@
#define Inherited printData
#include "marklist.h"
#include <qfile.h>
#include <qmessagebox.h>
#include <kapp.h>
#include <kconfig.h>
#include <kdebug.h>
#include <klocale.h>
@ -272,7 +275,7 @@ void print::okPressed()
cmd += " &";
kdebug(KDEBUG_INFO, 4300,"About to run: %s", cmd);
kdebug(KDEBUG_INFO, 4300,"About to run: %s", cmd.data());
system( cmd );
accept();
}

Loading…
Cancel
Save