summaryrefslogtreecommitdiffstats
path: root/sigmodr/tree/CoinListModel.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-02-23 23:54:19 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-02-23 23:54:19 -0500
commite148ac26cccc21db9ac4ddfc7b5d0569fac02dcc (patch)
tree98e0424041ac2a4c8d00819aca720fc35535fb60 /sigmodr/tree/CoinListModel.cpp
parent2619e1a200fb4c21bbd93ab81b938587961bcc57 (diff)
downloadsigen-e148ac26cccc21db9ac4ddfc7b5d0569fac02dcc.tar.gz
sigen-e148ac26cccc21db9ac4ddfc7b5d0569fac02dcc.tar.xz
sigen-e148ac26cccc21db9ac4ddfc7b5d0569fac02dcc.zip
Fixed headers in sigmodrtree
Diffstat (limited to 'sigmodr/tree/CoinListModel.cpp')
-rw-r--r--sigmodr/tree/CoinListModel.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/sigmodr/tree/CoinListModel.cpp b/sigmodr/tree/CoinListModel.cpp
index 5b3e4055..161bac1d 100644
--- a/sigmodr/tree/CoinListModel.cpp
+++ b/sigmodr/tree/CoinListModel.cpp
@@ -18,16 +18,16 @@
// Header include
#include "CoinListModel.h"
-// Model includes
+// Sigmodr tree includes
#include "CoinListItemModel.h"
#include "GroupModel.h"
-// Sigmodr includes
-#include "../CoinListUI.h"
+// Sigmodr widget includes
+#include <sigmodr/widgets/CoinListUI.h>
// Sigmod includes
-#include "../../sigmod/CoinList.h"
-#include "../../sigmod/CoinListItem.h"
+#include <sigmod/CoinList.h>
+#include <sigmod/CoinListItem.h>
// KDE includes
#include <KMenu>