summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-09 19:41:28 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-09 19:41:28 +0000
commit7eebe01bbb58ef83485e9fdc928fa53be59197c5 (patch)
tree0dc64873d1e05469b86488a57bd92c6c8fd96073
parent9d2894b68e0a4d12c64522a06387866518b64681 (diff)
downloadtdebase-7eebe01b.tar.gz
tdebase-7eebe01b.zip
Fixed FTBFS on Slackware
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1173590 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--kdesktop/lock/infodlg.h2
-rw-r--r--kdesktop/lock/lockdlg.h2
-rw-r--r--kdesktop/lock/querydlg.h2
3 files changed, 6 insertions, 0 deletions
diff --git a/kdesktop/lock/infodlg.h b/kdesktop/lock/infodlg.h
index df446f592..a0ca3b8c0 100644
--- a/kdesktop/lock/infodlg.h
+++ b/kdesktop/lock/infodlg.h
@@ -11,6 +11,8 @@
#include <tqdialog.h>
#include <tqstringlist.h>
+#include "lockprocess.h"
+
class TQFrame;
class TQGridLayout;
class TQLabel;
diff --git a/kdesktop/lock/lockdlg.h b/kdesktop/lock/lockdlg.h
index 6ef33c51e..258339314 100644
--- a/kdesktop/lock/lockdlg.h
+++ b/kdesktop/lock/lockdlg.h
@@ -14,6 +14,8 @@
#include <tqdialog.h>
#include <tqstringlist.h>
+#include "lockprocess.h"
+
struct GreeterPluginHandle;
class LockProcess;
class TQFrame;
diff --git a/kdesktop/lock/querydlg.h b/kdesktop/lock/querydlg.h
index c9175b4ea..e6a768369 100644
--- a/kdesktop/lock/querydlg.h
+++ b/kdesktop/lock/querydlg.h
@@ -13,6 +13,8 @@
#include <kpassdlg.h>
+#include "lockprocess.h"
+
class TQFrame;
class TQGridLayout;
class TQLabel;