summaryrefslogtreecommitdiffstats
path: root/quanta/project
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:30:14 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:30:14 +0000
commit45be2143e2c6961a65a852d4d06ebd2fdc901d38 (patch)
tree56a1ebf2562a42fe9b32ae3b1afe226c7b7f23f2 /quanta/project
parentdc6b8e72fed2586239e3514819238c520636c9d9 (diff)
downloadtdewebdev-45be2143e2c6961a65a852d4d06ebd2fdc901d38.tar.gz
tdewebdev-45be2143e2c6961a65a852d4d06ebd2fdc901d38.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1158456 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'quanta/project')
-rw-r--r--quanta/project/eventconfigurationdlg.h2
-rw-r--r--quanta/project/eventeditordlg.h2
-rw-r--r--quanta/project/projectlist.h2
-rw-r--r--quanta/project/projectprivate.h2
-rw-r--r--quanta/project/uploadprofiles.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/quanta/project/eventconfigurationdlg.h b/quanta/project/eventconfigurationdlg.h
index 170a681c..c1451c81 100644
--- a/quanta/project/eventconfigurationdlg.h
+++ b/quanta/project/eventconfigurationdlg.h
@@ -19,7 +19,7 @@
#include "eventconfigurationdlgs.h"
-class QDomDocument;
+class TQDomDocument;
class KActionCollection;
struct EventAction;
typedef TQMap<TQString, TQValueList<EventAction> > EventActions;
diff --git a/quanta/project/eventeditordlg.h b/quanta/project/eventeditordlg.h
index 86ef5d08..9f89a09c 100644
--- a/quanta/project/eventeditordlg.h
+++ b/quanta/project/eventeditordlg.h
@@ -20,7 +20,7 @@
#include "eventeditordlgs.h"
-class QLabel;
+class TQLabel;
class KActionCollection;
class KComboBox;
diff --git a/quanta/project/projectlist.h b/quanta/project/projectlist.h
index 87593daf..7106e142 100644
--- a/quanta/project/projectlist.h
+++ b/quanta/project/projectlist.h
@@ -20,7 +20,7 @@
#include "projecturl.h"
#include "qextfileinfo.h"
-class QDomDocument;
+class TQDomDocument;
/**
diff --git a/quanta/project/projectprivate.h b/quanta/project/projectprivate.h
index e09977a2..a0b37fa3 100644
--- a/quanta/project/projectprivate.h
+++ b/quanta/project/projectprivate.h
@@ -28,7 +28,7 @@
#include "projectlist.h"
#include "projectupload.h"
-class QWidgetStack;
+class TQWidgetStack;
class KAction;
class KActionCollection;
diff --git a/quanta/project/uploadprofiles.h b/quanta/project/uploadprofiles.h
index b04c376d..db83e125 100644
--- a/quanta/project/uploadprofiles.h
+++ b/quanta/project/uploadprofiles.h
@@ -22,7 +22,7 @@
#include <kurl.h>
-class QObject;
+class TQObject;
/**
@short The internal representation of upload profiles.