summaryrefslogtreecommitdiffstats
path: root/superkaramba/src/sknewstuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'superkaramba/src/sknewstuff.h')
-rw-r--r--superkaramba/src/sknewstuff.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/superkaramba/src/sknewstuff.h b/superkaramba/src/sknewstuff.h
index c646f36..9c10d2b 100644
--- a/superkaramba/src/sknewstuff.h
+++ b/superkaramba/src/sknewstuff.h
@@ -40,9 +40,9 @@ class SKNewStuff : public KNewStuff
public:
SKNewStuff( ThemesDlg * );
- bool install( const QString &fileName );
- bool createUploadFile( const QString &fileName );
- QString downloadDestination( KNS::Entry *entry );
+ bool install( const TQString &fileName );
+ bool createUploadFile( const TQString &fileName );
+ TQString downloadDestination( KNS::Entry *entry );
private:
ThemesDlg *mDlg;