diff options
Diffstat (limited to 'src/libgui/likeback.cpp')
-rw-r--r-- | src/libgui/likeback.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libgui/likeback.cpp b/src/libgui/likeback.cpp index 0983080..27d0933 100644 --- a/src/libgui/likeback.cpp +++ b/src/libgui/likeback.cpp @@ -280,7 +280,7 @@ void LikeBack::autoMove() // When a Kicker applet has the focus, like the Commandline TQLineEdit, // the systemtray icon indicates to be the current window and the LikeBack is shown next to the system tray icon. // It's obviously bad ;-) : - bool shouldShow = false;//(enabled() && window && window->inherits("KMainWindow") ); + bool shouldShow = false;//(enabled() && window && window->inherits("TDEMainWindow") ); if (shouldShow) { //move(window->x() + window->width() - 100 - width(), window->y()); //move(window->x() + window->width() - 100 - width(), window->mapToGlobal(TQPoint(0, 0)).y() - height()); |