diff options
Diffstat (limited to 'kresources/slox/kabcresourcesloxconfig.h')
-rw-r--r-- | kresources/slox/kabcresourcesloxconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kresources/slox/kabcresourcesloxconfig.h b/kresources/slox/kabcresourcesloxconfig.h index 2392d5cc7..79b255a1c 100644 --- a/kresources/slox/kabcresourcesloxconfig.h +++ b/kresources/slox/kabcresourcesloxconfig.h @@ -38,7 +38,7 @@ class KDE_EXPORT ResourceSloxConfig : public KRES::ConfigWidget TQ_OBJECT public: - ResourceSloxConfig( TQWidget* tqparent = 0, const char* name = 0 ); + ResourceSloxConfig( TQWidget* parent = 0, const char* name = 0 ); public slots: void loadSettings( KRES::Resource* ); |