diff options
Diffstat (limited to 'src/shellextension.h')
-rw-r--r-- | src/shellextension.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/shellextension.h b/src/shellextension.h index 7f731c1d..1b791b21 100644 --- a/src/shellextension.h +++ b/src/shellextension.h @@ -20,7 +20,7 @@ #ifndef SHELLEXTENSION_H #define SHELLEXTENSION_H -#include <qstring.h> +#include <tqstring.h> class KDialogBase; @@ -48,11 +48,11 @@ public: virtual void acceptGlobalSettingsPage(KDialogBase *dlg) = 0; /**Reimplement to return the name of KXMLGUI resource file for an application.*/ - virtual QString xmlFile() = 0; + virtual TQString xmlFile() = 0; /**Reimplement to set a default profile for the shell. Default profile will be used by a shell if no --profile argument is specified.*/ - virtual QString defaultProfile() = 0; + virtual TQString defaultProfile() = 0; protected: ShellExtension(); |