summaryrefslogtreecommitdiffstats
path: root/lib/kotext/KoAutoFormatDia.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 06:08:18 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 06:08:18 +0000
commitb6edfe41c9395f2e20784cbf0e630af6426950a3 (patch)
tree56ed9b871d4296e6c15949c24e16420be1b28697 /lib/kotext/KoAutoFormatDia.h
parentef39e8e4178a8f98cf5f154916ba0f03e4855206 (diff)
downloadkoffice-b6edfe41c9395f2e20784cbf0e630af6426950a3.tar.gz
koffice-b6edfe41c9395f2e20784cbf0e630af6426950a3.zip
rename the following methods:
tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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();