diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:05:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:05:21 -0600 |
commit | 6f617c4181afa90f3eba14139d4f92eb98834899 (patch) | |
tree | 8b1b3f1b1834eeca086e1b6948e926d726f3b025 /src/libgui/likeback.cpp | |
parent | b42d04f596e5440b17d954ba9e24d55368030120 (diff) | |
download | piklab-6f617c4181afa90f3eba14139d4f92eb98834899.tar.gz piklab-6f617c4181afa90f3eba14139d4f92eb98834899.zip |
Rename a number of classes to enhance compatibility with KDE4
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()); |