summaryrefslogtreecommitdiffstats
path: root/kparts/tests
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:23:47 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:23:47 +0000
commit8f14fb0418241694e61cb35dda95fea6d9b7830d (patch)
tree73afdda59a8126db123133d64bab78a3503657dc /kparts/tests
parentffe8a83e053396df448e9413828527613ca3bd46 (diff)
downloadtdelibs-8f14fb0418241694e61cb35dda95fea6d9b7830d.tar.gz
tdelibs-8f14fb0418241694e61cb35dda95fea6d9b7830d.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1158447 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kparts/tests')
-rw-r--r--kparts/tests/example.h2
-rw-r--r--kparts/tests/normalktm.h2
-rw-r--r--kparts/tests/notepad.h2
-rw-r--r--kparts/tests/parts.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/kparts/tests/example.h b/kparts/tests/example.h
index 1da6acef6..87c907390 100644
--- a/kparts/tests/example.h
+++ b/kparts/tests/example.h
@@ -6,7 +6,7 @@
#include <kparts/mainwindow.h>
class KAction;
-class QWidget;
+class TQWidget;
class Shell : public KParts::MainWindow
{
diff --git a/kparts/tests/normalktm.h b/kparts/tests/normalktm.h
index 9a61a0082..e8b1e12ef 100644
--- a/kparts/tests/normalktm.h
+++ b/kparts/tests/normalktm.h
@@ -6,7 +6,7 @@
#include <kmainwindow.h>
class KAction;
-class QWidget;
+class TQWidget;
class Shell : public KMainWindow
{
diff --git a/kparts/tests/notepad.h b/kparts/tests/notepad.h
index 9956543a3..d192d42ec 100644
--- a/kparts/tests/notepad.h
+++ b/kparts/tests/notepad.h
@@ -6,7 +6,7 @@
#include <kparts/part.h>
class KAboutData;
-class QMultiLineEdit;
+class TQMultiLineEdit;
/**
* Who said writing a part should be complex ? :-)
diff --git a/kparts/tests/parts.h b/kparts/tests/parts.h
index 30e7d1768..6f373a85c 100644
--- a/kparts/tests/parts.h
+++ b/kparts/tests/parts.h
@@ -4,7 +4,7 @@
#include <kparts/part.h>
-class QMultiLineEdit;
+class TQMultiLineEdit;
namespace KParts {
class GUIActivateEvent;
};