diff options
author | Timothy Pearson <[email protected]> | 2011-12-15 15:33:54 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-15 15:33:54 -0600 |
commit | 4614cf2e7bce250f5b9cdef409cb89330d60bb1d (patch) | |
tree | 630297f3af9c048e22b4a376bb89f8f73e582983 /src/optionssimple.cpp | |
parent | 4e8c56f8ce07340aadde2098d909a71c645a8000 (diff) | |
download | soundkonverter-4614cf2e7bce250f5b9cdef409cb89330d60bb1d.tar.gz soundkonverter-4614cf2e7bce250f5b9cdef409cb89330d60bb1d.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/optionssimple.cpp')
-rwxr-xr-x | src/optionssimple.cpp | 4 |
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; |