summaryrefslogtreecommitdiffstats
path: root/kexi/main/kexinewstuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/main/kexinewstuff.h')
-rw-r--r--kexi/main/kexinewstuff.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kexi/main/kexinewstuff.h b/kexi/main/kexinewstuff.h
index 0af25276..0247e706 100644
--- a/kexi/main/kexinewstuff.h
+++ b/kexi/main/kexinewstuff.h
@@ -27,11 +27,11 @@
class KexiNewStuff : public KNewStuff
{
public:
- KexiNewStuff(QWidget *parent);
+ KexiNewStuff(TQWidget *tqparent);
virtual ~KexiNewStuff();
- virtual bool install( const QString &fileName );
- virtual bool createUploadFile( const QString &fileName );
+ virtual bool install( const TQString &fileName );
+ virtual bool createUploadFile( const TQString &fileName );
//KNS::Engine* customEngine() { return KNewStuff::engine(); }
};