diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:46:05 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:46:05 -0600 |
commit | 73c08b592db45af554b9f21029bc549d70f683ab (patch) | |
tree | 122898ea951e59fdc4419b3c84b7a6c2dd0bb5f7 /twin/options.cpp | |
parent | e81bdee8ae92d6eeb82daa8c0a0e46bf37f4a6da (diff) | |
download | tdebase-73c08b592db45af554b9f21029bc549d70f683ab.tar.gz tdebase-73c08b592db45af554b9f21029bc549d70f683ab.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'twin/options.cpp')
-rw-r--r-- | twin/options.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/twin/options.cpp b/twin/options.cpp index 4f51bc1cd..a5c22c9bd 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 <tqpalette.h> +#include <palette.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::tqfromLatin1(c->resourceClass())); + return ignoreFocusStealingClasses.contains(TQString::fromLatin1(c->resourceClass())); } Options::MouseCommand Options::wheelToMouseCommand( MouseWheelCommand com, int delta ) |