summaryrefslogtreecommitdiffstats
path: root/kmplot/kmplot/FktDlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmplot/kmplot/FktDlg.cpp')
-rw-r--r--kmplot/kmplot/FktDlg.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmplot/kmplot/FktDlg.cpp b/kmplot/kmplot/FktDlg.cpp
index ac3d84f1..025f1452 100644
--- a/kmplot/kmplot/FktDlg.cpp
+++ b/kmplot/kmplot/FktDlg.cpp
@@ -23,7 +23,7 @@
*
*/
-// Qt includes
+// TQt includes
// #include <tqpushbutton.h>
// #include <tqpopupmenu.h>
@@ -49,7 +49,7 @@
#include <kdebug.h>
-FktDlg::FktDlg( TQWidget* parent, View *view ) : FktDlgData( parent, "editPlots" ), m_view(view)
+FktDlg::FktDlg( TQWidget* tqparent, View *view ) : FktDlgData( tqparent, "editPlots" ), m_view(view)
{
connect( cmdCopyFunction, TQT_SIGNAL( clicked() ), this, TQT_SLOT( slotCopyFunction()) );
connect( cmdMoveFunction, TQT_SIGNAL( clicked() ), this, TQT_SLOT( slotMoveFunction()) );
@@ -137,7 +137,7 @@ void FktDlg::slotEdit()
int const id = getId( currentItem->text().section( ";", 0, 0) ) ;
// find out the function type
- char const prefix = m_view->parser()->ufkt[ m_view->parser()->ixValue(id) ].fstr.at(0).latin1();
+ char const prefix = m_view->parser()->ufkt[ m_view->parser()->ixValue(id) ].fstr.tqat(0).latin1();
if ( prefix == 'r')
slotEditPolar( id );