diff options
Diffstat (limited to 'karm/edittaskdialog.cpp')
-rw-r--r-- | karm/edittaskdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/karm/edittaskdialog.cpp b/karm/edittaskdialog.cpp index a556550a9..8c1651546 100644 --- a/karm/edittaskdialog.cpp +++ b/karm/edittaskdialog.cpp @@ -1,7 +1,7 @@ /* * karm * This file only: Copyright (C) 1999 Espen Sand, [email protected] - * Modifications (see CVS log) Copyright (C) 2000 Klar�lvdalens + * Modifications (see CVS log) Copyright (C) 2000 Klar�lvdalens * Datakonsult AB <[email protected]>, Jesper Pedersen <[email protected]> * * @@ -173,7 +173,7 @@ EditTaskDialog::EditTaskDialog( TQString caption, bool editDlg, { int lines = (int)(desktopCount/2); if (lines*2 != desktopCount) lines++; - groupBox = new TQButtonGroup( lines, TQGroupBox::Horizontal, + groupBox = new TQButtonGroup( lines, Qt::Horizontal, i18n("In Desktop"), page, "_desktopsGB"); } lay1->addWidget(groupBox); |