summaryrefslogtreecommitdiffstats
path: root/khexedit/optiondialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/optiondialog.h')
-rw-r--r--khexedit/optiondialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/khexedit/optiondialog.h b/khexedit/optiondialog.h
index f44aade..0a54dab 100644
--- a/khexedit/optiondialog.h
+++ b/khexedit/optiondialog.h
@@ -110,7 +110,7 @@ class COptionDialog : public KDialogBase
COptionDialog( TQWidget *parent = 0, char *name = 0, bool modal = false );
~COptionDialog( void );
- void setLayout( SDisplayLayout &layout, SDisplayLine &line );
+ void setLayout( SDisplayLayout &tqlayout, SDisplayLine &line );
void setCursor( SDisplayCursor &cursor );
void setColor( SDisplayColor &color );
void setFont( SDisplayFont &font );
@@ -238,7 +238,7 @@ class COptionDialog : public KDialogBase
signals:
void lineSizeChoice( const SDisplayLine &lineSize );
- void layoutChoice( const SDisplayLayout &layout );
+ void layoutChoice( const SDisplayLayout &tqlayout );
void cursorChoice( const SDisplayCursor &cursor );
void colorChoice( const SDisplayColor &color );
void fontChoice( const SDisplayFont &font );