diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:45:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:45:16 -0600 |
commit | f3141fbf4b9ff6dd0f37e08aa552ab71e8f391c7 (patch) | |
tree | b312fd7d5b7a34b88941b2fc50661431637b78b4 /ksnake/rattler.cpp | |
parent | 23a5c62758c4898e3afc1b8bb4c3ae78f4b526ac (diff) | |
download | tdegames-f3141fbf4b9ff6dd0f37e08aa552ab71e8f391c7.tar.gz tdegames-f3141fbf4b9ff6dd0f37e08aa552ab71e8f391c7.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'ksnake/rattler.cpp')
-rw-r--r-- | ksnake/rattler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksnake/rattler.cpp b/ksnake/rattler.cpp index 86ab1528..458c88bf 100644 --- a/ksnake/rattler.cpp +++ b/ksnake/rattler.cpp @@ -79,7 +79,7 @@ Rattler::Rattler( TQWidget *parent, const char *name ) TQTimer::singleShot( 2000, this, TQT_SLOT(demo()) ); // Why wait? backgroundPixmaps = - KGlobal::dirs()->findAllResources("appdata", "backgrounds/*.png"); + TDEGlobal::dirs()->findAllResources("appdata", "backgrounds/*.png"); } Rattler::~Rattler() |