diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:30:47 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:30:47 -0600 |
commit | cc74f360bb40da3d79f58048f8e8611804980aa6 (patch) | |
tree | c4385d2c16b904757b1c8bb998a4aec6993373f7 /twin/rules.h | |
parent | 79b21d47bce1ee428affc97534cd8b257232a871 (diff) | |
download | tdebase-cc74f360bb40da3d79f58048f8e8611804980aa6.tar.gz tdebase-cc74f360bb40da3d79f58048f8e8611804980aa6.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'twin/rules.h')
-rw-r--r-- | twin/rules.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/twin/rules.h b/twin/rules.h index 061f0ce80..38e0bf2df 100644 --- a/twin/rules.h +++ b/twin/rules.h @@ -22,7 +22,7 @@ License. See the file "COPYING" for the exact licensing terms. #include "options.h" #include "utils.h" -class KConfig; +class TDEConfig; namespace KWinInternal { @@ -83,9 +83,9 @@ class Rules { public: Rules(); - Rules( KConfig& ); + Rules( TDEConfig& ); Rules( const TQString&, bool temporary ); - void write( KConfig& ) const; + void write( TDEConfig& ) const; bool isEmpty() const; #ifndef KCMRULES void discardUsed( bool withdrawn ); @@ -160,10 +160,10 @@ class Rules RegExpMatch, LastStringMatch = RegExpMatch }; - void readFromCfg( KConfig& cfg ); - static SetRule readSetRule( KConfig&, const TQString& key ); - static ForceRule readForceRule( KConfig&, const TQString& key ); - static NET::WindowType readType( KConfig&, const TQString& key ); + void readFromCfg( TDEConfig& cfg ); + static SetRule readSetRule( TDEConfig&, const TQString& key ); + static ForceRule readForceRule( TDEConfig&, const TQString& key ); + static NET::WindowType readType( TDEConfig&, const TQString& key ); #ifndef KCMRULES static bool checkSetRule( SetRule rule, bool init ); static bool checkForceRule( ForceRule rule ); |