diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
commit | a66f7ec245037f5a3d9c57717d749d4f7d06f2ca (patch) | |
tree | 5e8c277053cfe1bea935427b01ba21c9ba4ba74d /style/qtc_kstyle.cpp | |
parent | f99a392f816fcaa1cb6dc17a020402d2e9c738af (diff) | |
download | tde-style-qtcurve-a66f7ec245037f5a3d9c57717d749d4f7d06f2ca.tar.gz tde-style-qtcurve-a66f7ec245037f5a3d9c57717d749d4f7d06f2ca.zip |
rename the following methods:
tqfind find
tqreplace replace
tqcontains contains
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-qtcurve@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'style/qtc_kstyle.cpp')
-rw-r--r-- | style/qtc_kstyle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/style/qtc_kstyle.cpp b/style/qtc_kstyle.cpp index 675d65b..4d479a9 100644 --- a/style/qtc_kstyle.cpp +++ b/style/qtc_kstyle.cpp @@ -1712,6 +1712,6 @@ void TQtCKStyle::virtual_hook( int, void* ) { /*BASE::virtual_hook( id, data );*/ } // vim: set noet ts=4 sw=4: -// kate: indent-width 4; tqreplace-tabs off; tab-width 4; space-indent off; +// kate: indent-width 4; replace-tabs off; tab-width 4; space-indent off; #include "qtc_kstyle.moc" |