summaryrefslogtreecommitdiffstats
path: root/kcontrol/kcontrol
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:17:20 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:17:20 +0000
commita5edd20f0de599dbe7f7f00a184b78ac5156a846 (patch)
treeaf263e8b05d3a7ca4cadaae1e4c5b1f739d0a03b /kcontrol/kcontrol
parentc663b6440964f6ac48027143ac9e63298991f9d0 (diff)
downloadtdebase-a5edd20f0de599dbe7f7f00a184b78ac5156a846.tar.gz
tdebase-a5edd20f0de599dbe7f7f00a184b78ac5156a846.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1158418 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcontrol/kcontrol')
-rw-r--r--kcontrol/kcontrol/aboutwidget.h2
-rw-r--r--kcontrol/kcontrol/dockcontainer.h2
-rw-r--r--kcontrol/kcontrol/helpwidget.h4
-rw-r--r--kcontrol/kcontrol/modules.h10
-rw-r--r--kcontrol/kcontrol/moduletreeview.h2
-rw-r--r--kcontrol/kcontrol/proxywidget.h6
-rw-r--r--kcontrol/kcontrol/searchwidget.h2
-rw-r--r--kcontrol/kcontrol/toplevel.h4
8 files changed, 16 insertions, 16 deletions
diff --git a/kcontrol/kcontrol/aboutwidget.h b/kcontrol/kcontrol/aboutwidget.h
index b6ae9857b..595e394e7 100644
--- a/kcontrol/kcontrol/aboutwidget.h
+++ b/kcontrol/kcontrol/aboutwidget.h
@@ -25,7 +25,7 @@
#include <tqhbox.h>
class KCModuleInfo;
-class QPixmap;
+class TQPixmap;
class KPixmap;
class ConfigModule;
class KHTMLPart;
diff --git a/kcontrol/kcontrol/dockcontainer.h b/kcontrol/kcontrol/dockcontainer.h
index 6291d5b00..9c1dfb88f 100644
--- a/kcontrol/kcontrol/dockcontainer.h
+++ b/kcontrol/kcontrol/dockcontainer.h
@@ -26,7 +26,7 @@
class ConfigModule;
class ModuleTitle;
class ProxyWidget;
-class QLabel;
+class TQLabel;
class ModuleWidget : public QVBox
{
diff --git a/kcontrol/kcontrol/helpwidget.h b/kcontrol/kcontrol/helpwidget.h
index 7393a7c13..5a78e87d3 100644
--- a/kcontrol/kcontrol/helpwidget.h
+++ b/kcontrol/kcontrol/helpwidget.h
@@ -20,8 +20,8 @@
#ifndef __helpwidget_h__
#define __helpwidget_h__
-class QWidget;
-class QWhatsThis;
+class TQWidget;
+class TQWhatsThis;
class HelpWidget : public QWhatsThis
{
diff --git a/kcontrol/kcontrol/modules.h b/kcontrol/kcontrol/modules.h
index ce31c7af0..bcdc7d7e4 100644
--- a/kcontrol/kcontrol/modules.h
+++ b/kcontrol/kcontrol/modules.h
@@ -25,16 +25,16 @@
#include <tqdict.h>
#include <qxembed.h>
-template<class ConfigModule> class QPtrList;
-class QStringList;
+template<class ConfigModule> class TQPtrList;
+class TQStringList;
class KAboutData;
class KCModule;
class ProxyWidget;
class KProcess;
class QXEmbed;
-class QVBoxLayout;
-class QVBox;
-class QWidgetStack;
+class TQVBoxLayout;
+class TQVBox;
+class TQWidgetStack;
class ConfigModule : public TQObject, public KCModuleInfo
{
diff --git a/kcontrol/kcontrol/moduletreeview.h b/kcontrol/kcontrol/moduletreeview.h
index 3c16f099e..ede3c8a52 100644
--- a/kcontrol/kcontrol/moduletreeview.h
+++ b/kcontrol/kcontrol/moduletreeview.h
@@ -29,7 +29,7 @@
class ConfigModule;
class ConfigModuleList;
-class QPainter;
+class TQPainter;
class ModuleTreeItem : public QListViewItem
{
diff --git a/kcontrol/kcontrol/proxywidget.h b/kcontrol/kcontrol/proxywidget.h
index c1368b447..6fc062dc8 100644
--- a/kcontrol/kcontrol/proxywidget.h
+++ b/kcontrol/kcontrol/proxywidget.h
@@ -24,9 +24,9 @@
#define __PROXYWIDGET_H__
-class QWidget;
-class QPushButton;
-class QFrame;
+class TQWidget;
+class TQPushButton;
+class TQFrame;
class KCModule;
class KAboutData;
diff --git a/kcontrol/kcontrol/searchwidget.h b/kcontrol/kcontrol/searchwidget.h
index 492de1729..42827f1f4 100644
--- a/kcontrol/kcontrol/searchwidget.h
+++ b/kcontrol/kcontrol/searchwidget.h
@@ -30,7 +30,7 @@
class KListBox;
class KLineEdit;
-class QListBoxItem;
+class TQListBoxItem;
class KeywordListEntry
{
diff --git a/kcontrol/kcontrol/toplevel.h b/kcontrol/kcontrol/toplevel.h
index 2f10cb3bc..8cc4a7a67 100644
--- a/kcontrol/kcontrol/toplevel.h
+++ b/kcontrol/kcontrol/toplevel.h
@@ -25,8 +25,8 @@
#include <tqlistview.h>
-class QSplitter;
-class QWidgetStack;
+class TQSplitter;
+class TQWidgetStack;
class KToggleAction;
class KAction;