diff options
| author | 2008-09-05 01:41:51 +0000 | |
|---|---|---|
| committer | 2008-09-05 01:41:51 +0000 | |
| commit | 87a1b80f5a51fc639058eb554669bca58b3ce011 (patch) | |
| tree | 4890acb4a595de6dbf3aca4fdeed7de6af66d8c6 /src/modules/objects/class_widget.h | |
| parent | updated italian translation (diff) | |
| download | KVIrc-87a1b80f5a51fc639058eb554669bca58b3ce011.tar.gz KVIrc-87a1b80f5a51fc639058eb554669bca58b3ce011.tar.bz2 KVIrc-87a1b80f5a51fc639058eb554669bca58b3ce011.zip | |
added $loadInterface to object class, please test
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2402 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_widget.h')
| -rw-r--r-- | src/modules/objects/class_widget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/class_widget.h b/src/modules/objects/class_widget.h index 35521612f..850dc82d2 100644 --- a/src/modules/objects/class_widget.h +++ b/src/modules/objects/class_widget.h @@ -1,6 +1,5 @@ #ifndef _CLASS_WIDGET_H_
#define _CLASS_WIDGET_H_
-//vim: ts=8
// File : class_widget.h
// Creation date : Mon 11 Sep 16:34:36 CET 2000 by Krzysztof Godlewski
//
@@ -68,6 +67,7 @@ protected: bool function_isEnabled(KviKvsObjectFunctionCall *c);
bool function_isTopLevel(KviKvsObjectFunctionCall *c);
bool function_isVisible(KviKvsObjectFunctionCall *c);
+ bool function_loadInterface(KviKvsObjectFunctionCall *c);
bool function_lower(KviKvsObjectFunctionCall *);
bool function_mapFromGlobal(KviKvsObjectFunctionCall *c);
bool function_mapToGlobal(KviKvsObjectFunctionCall *c);
@@ -126,4 +126,4 @@ protected: public:
QSize sizeHint() const;
};
-#endif // !_CLASS_WIDGET_H_
+#endif //_CLASS_WIDGET_H_
|
