summaryrefslogtreecommitdiffstats
path: root/knewstuff
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 /knewstuff
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 'knewstuff')
-rw-r--r--knewstuff/downloaddialog.h4
-rw-r--r--knewstuff/knewstuff.h4
-rw-r--r--knewstuff/uploaddialog.h8
3 files changed, 8 insertions, 8 deletions
diff --git a/knewstuff/downloaddialog.h b/knewstuff/downloaddialog.h
index de5babe33..2c30ee9ba 100644
--- a/knewstuff/downloaddialog.h
+++ b/knewstuff/downloaddialog.h
@@ -29,8 +29,8 @@ namespace KIO
}
class KListView;
-class QTextBrowser;
-class QFrame;
+class TQTextBrowser;
+class TQFrame;
class KNewStuffGeneric;
namespace KNS
diff --git a/knewstuff/knewstuff.h b/knewstuff/knewstuff.h
index e1c0d8c2f..5d2319aec 100644
--- a/knewstuff/knewstuff.h
+++ b/knewstuff/knewstuff.h
@@ -24,8 +24,8 @@
#include <kdemacros.h>
-class QObject;
-class QWidget;
+class TQObject;
+class TQWidget;
class KAction;
class KActionCollection;
diff --git a/knewstuff/uploaddialog.h b/knewstuff/uploaddialog.h
index 4b70b212e..3847cb14b 100644
--- a/knewstuff/uploaddialog.h
+++ b/knewstuff/uploaddialog.h
@@ -22,11 +22,11 @@
#include <kdialogbase.h>
-class QLineEdit;
-class QSpinBox;
+class TQLineEdit;
+class TQSpinBox;
class KURLRequester;
-class QTextEdit;
-class QComboBox;
+class TQTextEdit;
+class TQComboBox;
namespace KNS {