diff options
Diffstat (limited to 'kopete/protocols/irc/ui/networkconfig.ui.h')
-rw-r--r-- | kopete/protocols/irc/ui/networkconfig.ui.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/irc/ui/networkconfig.ui.h b/kopete/protocols/irc/ui/networkconfig.ui.h index 7716e75f..30f9654e 100644 --- a/kopete/protocols/irc/ui/networkconfig.ui.h +++ b/kopete/protocols/irc/ui/networkconfig.ui.h @@ -15,12 +15,12 @@ void NetworkConfig::accept() { emit accepted(); - QDialog::accept(); + TQDialog::accept(); } void NetworkConfig::reject() { emit rejected(); - QDialog::reject(); + TQDialog::reject(); } |