diff options
Diffstat (limited to 'kdeprint/kdeprintfax/defcmds.cpp')
-rw-r--r-- | kdeprint/kdeprintfax/defcmds.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeprint/kdeprintfax/defcmds.cpp b/kdeprint/kdeprintfax/defcmds.cpp index b9fc8beee..09631b51d 100644 --- a/kdeprint/kdeprintfax/defcmds.cpp +++ b/kdeprint/kdeprintfax/defcmds.cpp @@ -19,10 +19,10 @@ #include "defcmds.h" -#include <qregexp.h> +#include <tqregexp.h> #include <kstandarddirs.h> -QString defaultCommand(const QString& cmd) +TQString defaultCommand(const TQString& cmd) { QString str(cmd); QRegExp r("%exe_(\\w+)"); |