summaryrefslogtreecommitdiffstats
path: root/kwin/workspace.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kwin/workspace.cpp')
-rw-r--r--kwin/workspace.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kwin/workspace.cpp b/kwin/workspace.cpp
index 7b87818f0..fe008c399 100644
--- a/kwin/workspace.cpp
+++ b/kwin/workspace.cpp
@@ -219,7 +219,7 @@ void Workspace::init()
// topDock = 0L;
// maximizedWindowCounter = 0;
- supportWindow = new QWidget;
+ supportWindow = new TQWidget;
XLowerWindow( qt_xdisplay(), supportWindow->winId()); // see usage in layers.cpp
XSetWindowAttributes attr;
@@ -2416,7 +2416,7 @@ void Workspace::setupTopMenuHandling()
connect( topmenu_selection, TQT_SIGNAL( lostOwnership()), this, TQT_SLOT( lostTopMenuSelection()));
disconnect( topmenu_watcher, TQT_SIGNAL( lostOwner()), this, TQT_SLOT( lostTopMenuOwner()));
managing_topmenus = true;
- topmenu_space = new QWidget;
+ topmenu_space = new TQWidget;
Window stack[ 2 ];
stack[ 0 ] = supportWindow->winId();
stack[ 1 ] = topmenu_space->winId();