summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/acquireimages/screenshotdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/acquireimages/screenshotdialog.cpp')
-rw-r--r--kipi-plugins/acquireimages/screenshotdialog.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/kipi-plugins/acquireimages/screenshotdialog.cpp b/kipi-plugins/acquireimages/screenshotdialog.cpp
index 5b32281..bea1d7b 100644
--- a/kipi-plugins/acquireimages/screenshotdialog.cpp
+++ b/kipi-plugins/acquireimages/screenshotdialog.cpp
@@ -117,14 +117,14 @@ ScreenGrabDialog::ScreenGrabDialog( KIPI::Interface* interface, TQWidget *parent
//---------------------------------------------
- connect(this, TQT_SIGNAL(user1Clicked()),
- this, TQT_SLOT(slotGrab()));
+ connect(this, TQ_SIGNAL(user1Clicked()),
+ this, TQ_SLOT(slotGrab()));
- connect(this, TQT_SIGNAL(closeClicked()),
- this, TQT_SLOT(slotClose()));
+ connect(this, TQ_SIGNAL(closeClicked()),
+ this, TQ_SLOT(slotClose()));
- connect( &m_grabTimer, TQT_SIGNAL(timeout()),
- this, TQT_SLOT(slotPerformGrab()));
+ connect( &m_grabTimer, TQ_SIGNAL(timeout()),
+ this, TQ_SLOT(slotPerformGrab()));
//---------------------------------------------
@@ -164,7 +164,7 @@ ScreenGrabDialog::ScreenGrabDialog( KIPI::Interface* interface, TQWidget *parent
m_helpButton = actionButton( Help );
KHelpMenu* helpMenu = new KHelpMenu(this, about, false);
helpMenu->menu()->removeItemAt(0);
- helpMenu->menu()->insertItem(i18n("Plugin Handbook"), this, TQT_SLOT(slotHelp()), 0, -1, 0);
+ helpMenu->menu()->insertItem(i18n("Plugin Handbook"), this, TQ_SLOT(slotHelp()), 0, -1, 0);
m_helpButton->setPopup( helpMenu->menu() );
}