diff options
Diffstat (limited to 'kaudiocreator/general.ui.h')
-rw-r--r-- | kaudiocreator/general.ui.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kaudiocreator/general.ui.h b/kaudiocreator/general.ui.h index c54af842..244219ab 100644 --- a/kaudiocreator/general.ui.h +++ b/kaudiocreator/general.ui.h @@ -7,13 +7,13 @@ ** place of a destructor. *****************************************************************************/ -#include <qregexp.h> -#include <qlineedit.h> -#include <qlabel.h> +#include <tqregexp.h> +#include <tqlineedit.h> +#include <tqlabel.h> void General::updateExample() { - QString text = example->text(); - text.replace( QRegExp(kcfg_replaceInput->text()), kcfg_replaceOutput->text() ); + TQString text = example->text(); + text.replace( TQRegExp(kcfg_replaceInput->text()), kcfg_replaceOutput->text() ); exampleOutput->setText(text); } |