summaryrefslogtreecommitdiffstats
path: root/kaddressbook/filtereditdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/filtereditdialog.cpp')
-rw-r--r--kaddressbook/filtereditdialog.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/kaddressbook/filtereditdialog.cpp b/kaddressbook/filtereditdialog.cpp
index a6ccd462c..60a67014c 100644
--- a/kaddressbook/filtereditdialog.cpp
+++ b/kaddressbook/filtereditdialog.cpp
@@ -17,8 +17,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
As a special exception, permission is given to link this program
- with any edition of Qt, and distribute the resulting executable,
- without including the source code for Qt in the source distribution.
+ with any edition of TQt, and distribute the resulting executable,
+ without including the source code for TQt in the source distribution.
*/
#include <tqbuttongroup.h>
@@ -45,9 +45,9 @@
#include "kabprefs.h"
#include "filtereditdialog.h"
-FilterEditDialog::FilterEditDialog( TQWidget *parent, const char *name )
+FilterEditDialog::FilterEditDialog( TQWidget *tqparent, const char *name )
: KDialogBase( Plain, i18n( "Edit Address Book Filter" ),
- Help | Ok | Cancel, Ok, parent, name, false, true )
+ Help | Ok | Cancel, Ok, tqparent, name, false, true )
{
initGUI();
@@ -102,7 +102,7 @@ Filter FilterEditDialog::filter()
}
filter.setCategories( categories );
- if ( mMatchRuleGroup->find( 0 )->isOn() )
+ if ( mMatchRuleGroup->tqfind( 0 )->isOn() )
filter.setMatchRule( Filter::Matching );
else
filter.setMatchRule( Filter::NotMatching );
@@ -161,9 +161,9 @@ void FilterEditDialog::slotHelp()
kapp->invokeHelp( "using-filters" );
}
-FilterDialog::FilterDialog( TQWidget *parent, const char *name )
+FilterDialog::FilterDialog( TQWidget *tqparent, const char *name )
: KDialogBase( Plain, i18n( "Edit Address Book Filters" ),
- Ok | Cancel, Ok, parent, name, false, true )
+ Ok | Cancel, Ok, tqparent, name, false, true )
{
initGUI();
}