diff options
Diffstat (limited to 'krdc/maindialog.cpp')
-rw-r--r-- | krdc/maindialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/krdc/maindialog.cpp b/krdc/maindialog.cpp index 2e052200..c6d559a5 100644 --- a/krdc/maindialog.cpp +++ b/krdc/maindialog.cpp @@ -25,8 +25,8 @@ #include <kguiitem.h> #include <klocale.h> -MainDialog::MainDialog( TQWidget *tqparent, const char *name ) - : KDialogBase( tqparent, name, true, i18n( "Remote Desktop Connection" ), +MainDialog::MainDialog( TQWidget *parent, const char *name ) + : KDialogBase( parent, name, true, i18n( "Remote Desktop Connection" ), Ok|Close|Help|User1, Ok, true, KGuiItem( i18n( "&Preferences" ), "configure" ) ) { |