summaryrefslogtreecommitdiffstats
path: root/src/kvirc/ui/kvi_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kvirc/ui/kvi_window.h')
-rw-r--r--src/kvirc/ui/kvi_window.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kvirc/ui/kvi_window.h b/src/kvirc/ui/kvi_window.h
index a044bae..913c63b 100644
--- a/src/kvirc/ui/kvi_window.h
+++ b/src/kvirc/ui/kvi_window.h
@@ -181,7 +181,7 @@ protected: // almost private: don't touch :D
// KviToolWindowsContainer * m_pEditorsContainer;
public:
// The global ID of this window: unique in the application
- TQString id(){ return TQString("%1").tqarg(m_uId); };
+ TQString id(){ return TQString("%1").arg(m_uId); };
unsigned long int numericId(){ return m_uId; };
public:
// THIS is the function that should be used
@@ -262,7 +262,7 @@ public:
bool isMaximized();
// Retrieves the default log file name: this is pre-build
void getDefaultLogFileName(TQString &buffer);
- // Well...the external tqgeometry :)
+ // Well...the external geometry :)
TQRect externalGeometry();
void delayedClose(); // close that jumps out of the current event loop
@@ -374,7 +374,7 @@ protected:
BUTTON_CLASS * createToolButton(TQWidget * par,const char * nam,int pixon,int pixoff,const TQString & tooltip,bool bOn);
// This is called by KviInput: actually it links the widgetAdded
- virtual void tqchildrenTreeChanged(TQWidget * widgetAdded);
+ virtual void childrenTreeChanged(TQWidget * widgetAdded);
virtual bool focusNextPrevChild(bool bNext);