summaryrefslogtreecommitdiffstats
path: root/src/optionssimple.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/optionssimple.cpp')
-rwxr-xr-xsrc/optionssimple.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/optionssimple.cpp b/src/optionssimple.cpp
index cfc4a55..cf8c73e 100755
--- a/src/optionssimple.cpp
+++ b/src/optionssimple.cpp
@@ -4,7 +4,7 @@
#include "convertpluginloader.h"
#include "optionsdetailed.h"
-#include <tqlayout.h>
+#include <layout.h>
#include <tqlabel.h>
#include <tqstring.h>
#include <tqtooltip.h>
@@ -202,7 +202,7 @@ void OptionsSimple::profileInfo()
void OptionsSimple::profileRemove()
{
int ret = KMessageBox::questionYesNo( this,
- i18n("Do you really want to remove the profile: %1").tqarg(cProfile->currentText()),
+ i18n("Do you really want to remove the profile: %1").arg(cProfile->currentText()),
i18n("Remove profile?") );
if( ret != KMessageBox::Yes ) return;