summaryrefslogtreecommitdiffstats
path: root/kwallet/kbetterthankdialogbase.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'kwallet/kbetterthankdialogbase.ui.h')
-rw-r--r--kwallet/kbetterthankdialogbase.ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kwallet/kbetterthankdialogbase.ui.h b/kwallet/kbetterthankdialogbase.ui.h
index 3937746..4d32a14 100644
--- a/kwallet/kbetterthankdialogbase.ui.h
+++ b/kwallet/kbetterthankdialogbase.ui.h
@@ -25,7 +25,7 @@ void KBetterThanKDialogBase::clicked()
}
-void KBetterThanKDialogBase::setLabel( const QString & label )
+void KBetterThanKDialogBase::setLabel( const TQString & label )
{
_label->setText(label);
}
@@ -45,6 +45,6 @@ void KBetterThanKDialogBase::accept()
void KBetterThanKDialogBase::reject()
{
- QDialog::reject();
+ TQDialog::reject();
setResult(4);
}