diff options
Diffstat (limited to 'kexi/main/kexinewstuff.cpp')
| -rw-r--r-- | kexi/main/kexinewstuff.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/main/kexinewstuff.cpp b/kexi/main/kexinewstuff.cpp index 2e26b356b..c6bd3a961 100644 --- a/kexi/main/kexinewstuff.cpp +++ b/kexi/main/kexinewstuff.cpp @@ -30,12 +30,12 @@ #include "kexinewstuff.h" -KexiNewStuff::KexiNewStuff(TQWidget *tqparent) +KexiNewStuff::KexiNewStuff(TQWidget *parent) : KNewStuff( "kexi/template" #if KDE_IS_VERSION(3,3,0) , "http://download.kde.org/khotnewstuff/kexi-providers.xml" #endif - , tqparent) + , parent) { // Prevent GHNS to deny downloading a second time. If GHNS // fails to download something, it still marks the thing as |
