summaryrefslogtreecommitdiffstats
path: root/configdialog/kbfxconfigdlglayout.ui.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-16 09:55:58 -0600
committerTimothy Pearson <[email protected]>2011-12-16 09:55:58 -0600
commitb5e89dd08b51b46ea43e036ac11dba55ea80fc72 (patch)
tree649f930fffdb92fd92d9db5125da36ed8929c2ec /configdialog/kbfxconfigdlglayout.ui.h
parentf61f056943a68ecc5fa7e7789a7b9c82901a9157 (diff)
downloadkbfx-b5e89dd08b51b46ea43e036ac11dba55ea80fc72.tar.gz
kbfx-b5e89dd08b51b46ea43e036ac11dba55ea80fc72.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit f61f056943a68ecc5fa7e7789a7b9c82901a9157.
Diffstat (limited to 'configdialog/kbfxconfigdlglayout.ui.h')
-rw-r--r--configdialog/kbfxconfigdlglayout.ui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/configdialog/kbfxconfigdlglayout.ui.h b/configdialog/kbfxconfigdlglayout.ui.h
index b8a4d55..d57e9e0 100644
--- a/configdialog/kbfxconfigdlglayout.ui.h
+++ b/configdialog/kbfxconfigdlglayout.ui.h
@@ -187,7 +187,7 @@ void KbfxConfigDlgLayout::KbfxLayoutProperty_activated( int index )
break;
}
default: /* default action switch does nothing */
- kdDebug() << "Default action switch for saving layout changed..." << endl;
+ kdDebug() << "Default action switch for saving tqlayout changed..." << endl;
}
KbfxShowAll ();
@@ -426,7 +426,7 @@ void KbfxConfigDlgLayout::KbfxLayoutProperty_activated( int index )
break;
}
default: /* default action switch should never be reached */
- kdDebug() << "Default action switch for layout changed..." << endl;
+ kdDebug() << "Default action switch for tqlayout changed..." << endl;
}
}
@@ -465,7 +465,7 @@ void KbfxConfigDlgLayout::KbfxExportFileAction()
<< KbfxExportLayoutRcDialogURL
<< endl;
- /* write layout theme configuration file */
+ /* write tqlayout theme configuration file */
KConfig *layoutconfig = new KConfig ( KbfxExportLayoutRcDialogURL );
layoutconfig->setGroup ( "KbfxButton" );