summaryrefslogtreecommitdiffstats
path: root/kandy/src/kandyprefsdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kandy/src/kandyprefsdialog.cpp')
-rw-r--r--kandy/src/kandyprefsdialog.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/kandy/src/kandyprefsdialog.cpp b/kandy/src/kandyprefsdialog.cpp
index d98989dc..1e233aaa 100644
--- a/kandy/src/kandyprefsdialog.cpp
+++ b/kandy/src/kandyprefsdialog.cpp
@@ -18,8 +18,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
As a special exception, permission is given to link this program
- with any edition of Qt, and distribute the resulting executable,
- without including the source code for Qt in the source distribution.
+ with any edition of TQt, and distribute the resulting executable,
+ without including the source code for TQt in the source distribution.
*/
#include <tqlayout.h>
@@ -54,8 +54,8 @@
#include "kandyprefsdialog.moc"
-KandyPrefsDialog::KandyPrefsDialog(TQWidget *parent, char *name, bool modal) :
- KPrefsDialog(KandyPrefs::self(),parent,name,modal)
+KandyPrefsDialog::KandyPrefsDialog(TQWidget *tqparent, char *name, bool modal) :
+ KPrefsDialog(KandyPrefs::self(),tqparent,name,modal)
{
setupSerialTab();
setupAddressbookTab();
@@ -81,7 +81,7 @@ void KandyPrefsDialog::setupSerialTab()
topLayout->setSpacing(spacingHint());
topLayout->setMargin(marginHint());
- // Define serial device
+ // Define serial tqdevice
serialDevice = addWidString( KandyPrefs::self()->serialDeviceItem(),
topFrame );
topLayout->addWidget(serialDevice->label(),0,0);