diff options
Diffstat (limited to 'kexi/main/kexinewstuff.cpp')
-rw-r--r-- | kexi/main/kexinewstuff.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/main/kexinewstuff.cpp b/kexi/main/kexinewstuff.cpp index 1218df23..99ec8a31 100644 --- a/kexi/main/kexinewstuff.cpp +++ b/kexi/main/kexinewstuff.cpp @@ -41,7 +41,7 @@ KexiNewStuff::KexiNewStuff(TQWidget *parent) // fails to download something, it still marks the thing as // successfully downloaded and therefore we arn't able to // download it again :-/ - KGlobal::config()->deleteGroup("KNewStuffStatus"); + TDEGlobal::config()->deleteGroup("KNewStuffStatus"); } KexiNewStuff::~KexiNewStuff() |