summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/core/showdesktop.h
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/kicker/core/showdesktop.h')
-rw-r--r--kicker/kicker/core/showdesktop.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker/kicker/core/showdesktop.h b/kicker/kicker/core/showdesktop.h
index bebf62007..8d4d2546c 100644
--- a/kicker/kicker/core/showdesktop.h
+++ b/kicker/kicker/core/showdesktop.h
@@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
class KWinModule;
-#include <qvaluevector.h>
+#include <tqvaluevector.h>
/**
* Singleton class that handles desktop access (minimizing all windows)
@@ -56,7 +56,7 @@ private:
ShowDesktop();
bool m_showingDesktop;
- QValueVector<WId> m_iconifiedList;
+ TQValueVector<WId> m_iconifiedList;
WId m_activeWindow;
bool m_wmSupport;
};