summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/core
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 /kicker/kicker/core
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 'kicker/kicker/core')
-rw-r--r--kicker/kicker/core/applethandle.h4
-rw-r--r--kicker/kicker/core/container_applet.h4
-rw-r--r--kicker/kicker/core/container_base.h2
-rw-r--r--kicker/kicker/core/container_button.h2
-rw-r--r--kicker/kicker/core/container_extension.h12
-rw-r--r--kicker/kicker/core/panelextension.h4
-rw-r--r--kicker/kicker/core/pluginmanager.h2
7 files changed, 15 insertions, 15 deletions
diff --git a/kicker/kicker/core/applethandle.h b/kicker/kicker/core/applethandle.h
index ab340af06..5eff46717 100644
--- a/kicker/kicker/core/applethandle.h
+++ b/kicker/kicker/core/applethandle.h
@@ -30,8 +30,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "container_applet.h"
#include "simplebutton.h"
-class QBoxLayout;
-class QTimer;
+class TQBoxLayout;
+class TQTimer;
class AppletHandleDrag;
class AppletHandleButton;
diff --git a/kicker/kicker/core/container_applet.h b/kicker/kicker/core/container_applet.h
index 11eed1bfe..019e52c96 100644
--- a/kicker/kicker/core/container_applet.h
+++ b/kicker/kicker/core/container_applet.h
@@ -31,9 +31,9 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "appletinfo.h"
#include "container_base.h"
-class QHBox;
+class TQHBox;
class QXEmbed;
-class QBoxLayout;
+class TQBoxLayout;
class KConfig;
class AppletHandle;
diff --git a/kicker/kicker/core/container_base.h b/kicker/kicker/core/container_base.h
index 1da1500cd..1c218b103 100644
--- a/kicker/kicker/core/container_base.h
+++ b/kicker/kicker/core/container_base.h
@@ -32,7 +32,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <kpanelapplet.h>
class KConfigGroup;
-class QPopupMenu;
+class TQPopupMenu;
class BaseContainer : public QWidget
{
diff --git a/kicker/kicker/core/container_button.h b/kicker/kicker/core/container_button.h
index 3d8592a6d..78b4d4ab1 100644
--- a/kicker/kicker/core/container_button.h
+++ b/kicker/kicker/core/container_button.h
@@ -30,7 +30,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "container_base.h"
-class QLayout;
+class TQLayout;
class PanelButton;
class KConfigGroup;
diff --git a/kicker/kicker/core/container_extension.h b/kicker/kicker/core/container_extension.h
index cdc608392..8eedd4e6f 100644
--- a/kicker/kicker/core/container_extension.h
+++ b/kicker/kicker/core/container_extension.h
@@ -36,18 +36,18 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "unhidetrigger.h"
#include "extensionSettings.h"
-class QBoxLayout;
-class QGridLayout;
-class QPopupMenu;
-class QTimer;
-class QVBox;
+class TQBoxLayout;
+class TQGridLayout;
+class TQPopupMenu;
+class TQTimer;
+class TQVBox;
class QXEmbed;
class HideButton;
class KConfig;
class KWinModule;
class PopupWidgetFilter;
class PanelExtensionOpMenu;
-class QColor;
+class TQColor;
class ExtensionContainer : public QFrame
{
diff --git a/kicker/kicker/core/panelextension.h b/kicker/kicker/core/panelextension.h
index 5c753c316..c7882291f 100644
--- a/kicker/kicker/core/panelextension.h
+++ b/kicker/kicker/core/panelextension.h
@@ -32,8 +32,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
class AppletContainer;
class ContainerArea;
-class QPopupMenu;
-class QGridLayout;
+class TQPopupMenu;
+class TQGridLayout;
// This is the KPanelExtension responsible for the main kicker panel
// Prior to KDE 3.4 it was the ChildPanelExtension
diff --git a/kicker/kicker/core/pluginmanager.h b/kicker/kicker/core/pluginmanager.h
index 7be94c2ac..cb5e0a89f 100644
--- a/kicker/kicker/core/pluginmanager.h
+++ b/kicker/kicker/core/pluginmanager.h
@@ -36,7 +36,7 @@ class AppletContainer;
class ExtensionContainer;
class KPanelApplet;
class KPanelExtension;
-class QPopupMenu;
+class TQPopupMenu;
class KDE_EXPORT PluginManager : public QObject
{