summaryrefslogtreecommitdiffstats
path: root/lib/kotext/KoFontTab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kotext/KoFontTab.cpp')
-rw-r--r--lib/kotext/KoFontTab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kotext/KoFontTab.cpp b/lib/kotext/KoFontTab.cpp
index 78a9f67f..fcf70a93 100644
--- a/lib/kotext/KoFontTab.cpp
+++ b/lib/kotext/KoFontTab.cpp
@@ -28,7 +28,7 @@ KoFontTab::KoFontTab( uint fontListCriteria, TQWidget* parent, const char* name,
characterFont->setFamilyList( list );
characterFont->setSampleBoxVisible(false);
comparisonFont = characterFont->font();
- connect( characterFont, TQT_SIGNAL( fontSelected( const TQFont & ) ), this, TQT_SLOT( slotFontChanged( const TQFont & ) ) );
+ connect( characterFont, TQ_SIGNAL( fontSelected( const TQFont & ) ), this, TQ_SLOT( slotFontChanged( const TQFont & ) ) );
}
KoFontTab::~KoFontTab()