summaryrefslogtreecommitdiffstats
path: root/src/gui/symbolviewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/symbolviewer.h')
-rw-r--r--src/gui/symbolviewer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/symbolviewer.h b/src/gui/symbolviewer.h
index ed2fcee..ac085eb 100644
--- a/src/gui/symbolviewer.h
+++ b/src/gui/symbolviewer.h
@@ -32,7 +32,7 @@ class SymbolViewer : public TQWidget
Q_OBJECT
TQ_OBJECT
public:
- static SymbolViewer * self( KateMDI::ToolView * tqparent = 0l );
+ static SymbolViewer * self( KateMDI::ToolView * parent = 0l );
static TQString toolViewIdentifier() { return "SymbolViewer"; }
~SymbolViewer();
@@ -78,7 +78,7 @@ class SymbolViewer : public TQWidget
Radix m_valueRadix;
private:
- SymbolViewer( KateMDI::ToolView * tqparent );
+ SymbolViewer( KateMDI::ToolView * parent );
static SymbolViewer * m_pSelf;
KComboBox * m_pRadixCombo;
};