diff options
Diffstat (limited to 'src/gui/symbolviewer.h')
-rw-r--r-- | src/gui/symbolviewer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/symbolviewer.h b/src/gui/symbolviewer.h index 56d599d..78c0140 100644 --- a/src/gui/symbolviewer.h +++ b/src/gui/symbolviewer.h @@ -51,12 +51,12 @@ class SymbolViewer : public TQWidget * Write the current properties (such as currently selected radix) to * the config. */ - void saveProperties( KConfig * config ); + void saveProperties( TDEConfig * config ); /** * Reads the properties (such as the last selected radix) from the * config file. */ - void readProperties( KConfig * config ); + void readProperties( TDEConfig * config ); void setContext( GpsimProcessor * gpsim ); /** |