summaryrefslogtreecommitdiffstats
path: root/twin/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twin/options.cpp')
-rw-r--r--twin/options.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/twin/options.cpp b/twin/options.cpp
index a5c22c9bd..4f51bc1cd 100644
--- a/twin/options.cpp
+++ b/twin/options.cpp
@@ -13,7 +13,7 @@ License. See the file "COPYING" for the exact licensing terms.
#ifndef KCMRULES
-#include <palette.h>
+#include <tqpalette.h>
#include <tqpixmap.h>
#include <kapplication.h>
#include <kconfig.h>
@@ -383,7 +383,7 @@ int Options::electricBorderDelay()
bool Options::checkIgnoreFocusStealing( const Client* c )
{
- return ignoreFocusStealingClasses.contains(TQString::fromLatin1(c->resourceClass()));
+ return ignoreFocusStealingClasses.contains(TQString::tqfromLatin1(c->resourceClass()));
}
Options::MouseCommand Options::wheelToMouseCommand( MouseWheelCommand com, int delta )