summaryrefslogtreecommitdiffstats
path: root/kmplot/kmplot/keditpolar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmplot/kmplot/keditpolar.cpp')
-rw-r--r--kmplot/kmplot/keditpolar.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmplot/kmplot/keditpolar.cpp b/kmplot/kmplot/keditpolar.cpp
index 787e9e32..e37372e9 100644
--- a/kmplot/kmplot/keditpolar.cpp
+++ b/kmplot/kmplot/keditpolar.cpp
@@ -22,7 +22,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
-// Qt includes
+// TQt includes
#include <tqcheckbox.h>
// KDE includes
@@ -42,8 +42,8 @@
#include "xparser.h"
#include "View.h"
-KEditPolar::KEditPolar( XParser* parser, TQWidget* parent, const char* name ) :
- QEditPolar( parent, name ),m_parser(parser)
+KEditPolar::KEditPolar( XParser* parser, TQWidget* tqparent, const char* name ) :
+ QEditPolar( tqparent, name ),m_parser(parser)
{
connect( customMinRange, TQT_SIGNAL ( toggled(bool) ), this, TQT_SLOT( customMinRange_toggled(bool) ) );
connect( customMaxRange, TQT_SIGNAL ( toggled(bool) ), this, TQT_SLOT( customMaxRange_toggled(bool) ) );