summaryrefslogtreecommitdiffstats
path: root/lib/kotext/KoAutoFormatDia.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kotext/KoAutoFormatDia.h')
-rw-r--r--lib/kotext/KoAutoFormatDia.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kotext/KoAutoFormatDia.h b/lib/kotext/KoAutoFormatDia.h
index 38a9ecb3..3e8020e7 100644
--- a/lib/kotext/KoAutoFormatDia.h
+++ b/lib/kotext/KoAutoFormatDia.h
@@ -121,7 +121,7 @@ protected:
TQPushButton *pbSimpleQuote1, *pbSimpleQuote2, *pbSimpleDefault;
TQPushButton *pbChangeFormat, *pbClearFormat;
KCharSelect *charselect;
- KoAutoFormatLineEdit *m_tqfind, *m_tqreplace;
+ KoAutoFormatLineEdit *m_find, *m_replace;
KListView *m_pListView;
TQChar oSimpleBegin, oSimpleEnd;
@@ -149,8 +149,8 @@ protected slots:
void slotItemRenamed(TQListViewItem * item, const TQString & newText, int column);
void slotRemoveEntry();
void slotEditEntry();
- void slottqfind( const TQString & );
- void slottqfind2( const TQString & );
+ void slotfind( const TQString & );
+ void slotfind2( const TQString & );
void chooseSpecialChar1();
void chooseSpecialChar2();
void chooseDoubleQuote1();