aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_lineEdit.h
diff options
context:
space:
mode:
authorGravatar Fabio Bas2011-05-08 22:25:35 +0000
committerGravatar Fabio Bas2011-05-08 22:25:35 +0000
commit3d8714d797ce5b09cea2e3b36edee2fc231f28a1 (patch)
tree5b13cd3775c52333155ff349f3e45dc24b271b04 /src/modules/objects/KvsObject_lineEdit.h
parentFix fix (diff)
downloadKVIrc-3d8714d797ce5b09cea2e3b36edee2fc231f28a1.tar.gz
KVIrc-3d8714d797ce5b09cea2e3b36edee2fc231f28a1.tar.bz2
KVIrc-3d8714d797ce5b09cea2e3b36edee2fc231f28a1.zip
Objects module: fixed indentation (2nd part)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5837 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/KvsObject_lineEdit.h')
-rw-r--r--src/modules/objects/KvsObject_lineEdit.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/modules/objects/KvsObject_lineEdit.h b/src/modules/objects/KvsObject_lineEdit.h
index f561bf682..5f72e8970 100644
--- a/src/modules/objects/KvsObject_lineEdit.h
+++ b/src/modules/objects/KvsObject_lineEdit.h
@@ -41,14 +41,14 @@ public:
public:
QWidget * widget() { return (QWidget *)object(); };
protected:
- QCompleter * m_pCompleter;
+ QCompleter * m_pCompleter;
protected:
virtual bool init(KviKvsRunTimeContext * pContext,KviKvsVariantList *pParams);
- bool setCompleter(KviKvsObjectFunctionCall *c);
- bool enableCompleter(KviKvsObjectFunctionCall *c);
- bool disableCompleter(KviKvsObjectFunctionCall *c);
- bool unsetCompleter(KviKvsObjectFunctionCall *c);
+ bool setCompleter(KviKvsObjectFunctionCall *c);
+ bool enableCompleter(KviKvsObjectFunctionCall *c);
+ bool disableCompleter(KviKvsObjectFunctionCall *c);
+ bool unsetCompleter(KviKvsObjectFunctionCall *c);
bool text(KviKvsObjectFunctionCall *c);
bool setText(KviKvsObjectFunctionCall *c);