summaryrefslogtreecommitdiffstats
path: root/src/kile/configstructure.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kile/configstructure.cpp')
-rw-r--r--src/kile/configstructure.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kile/configstructure.cpp b/src/kile/configstructure.cpp
index 45899cf..39376e0 100644
--- a/src/kile/configstructure.cpp
+++ b/src/kile/configstructure.cpp
@@ -63,7 +63,7 @@ void KileCenteredTableItem::paint(TQPainter* p,const TQColorGroup& cg,const TQRe
//////////////////// KileTable ////////////////////
-KileTable::KileTable(TQWidget *dialog, TQWidget *tqparent, const char *name) : TQTable(tqparent,name)
+KileTable::KileTable(TQWidget *dialog, TQWidget *parent, const char *name) : TQTable(parent,name)
{
setShowGrid(false);
setSelectionMode(TQTable::NoSelection);
@@ -89,8 +89,8 @@ void KileTable::contentsMousePressEvent(TQMouseEvent *ev)
//////////////////// ConfigStructure ////////////////////
-ConfigStructure::ConfigStructure(TQWidget *tqparent, const char *name )
- : TQWidget(tqparent,name)
+ConfigStructure::ConfigStructure(TQWidget *parent, const char *name )
+ : TQWidget(parent,name)
{
m_entries << i18n( "Files" ) << i18n( "Labels" ) << i18n( "References" )
<< i18n( "Index" ) << i18n( "Graphics" ) << i18n( "Sectioning" );