diff options
Diffstat (limited to 'kooka/kocrkadmos.cpp')
-rw-r--r-- | kooka/kocrkadmos.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kooka/kocrkadmos.cpp b/kooka/kocrkadmos.cpp index 6769205d..b5ef9da4 100644 --- a/kooka/kocrkadmos.cpp +++ b/kooka/kocrkadmos.cpp @@ -291,7 +291,7 @@ EngineError KadmosDialog::setupGui() m_cbLang = new TQComboBox( m_gbLang ); m_cbLang->setCurrentText( TDELocale::defaultCountry() ); - connect( m_bbFont, TQT_SIGNAL(clicked(int)), this, TQT_SLOT(slFontChanged(int) )); + connect( m_bbFont, TQ_SIGNAL(clicked(int)), this, TQ_SLOT(slFontChanged(int) )); m_rbMachine->setChecked(true); /* --- */ |