diff options
author | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-07 20:36:33 +0000 |
---|---|---|
committer | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-07 20:36:33 +0000 |
commit | c572894c740081d5109fc6b3d01514d07204d34c (patch) | |
tree | b925bee7749a3fcdf68ea4d0411cfbe413ecb799 /src/urlbutton.cpp | |
parent | 19954ea994a4e7830d6c77cf961341ec00d5c500 (diff) | |
download | dolphin-c572894c740081d5109fc6b3d01514d07204d34c.tar.gz dolphin-c572894c740081d5109fc6b3d01514d07204d34c.zip |
[applications/dolphin] initial cmake support
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/dolphin@1224085 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/urlbutton.cpp')
-rw-r--r-- | src/urlbutton.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/urlbutton.cpp b/src/urlbutton.cpp index 27ddc81..b674e5a 100644 --- a/src/urlbutton.cpp +++ b/src/urlbutton.cpp @@ -94,3 +94,5 @@ QColor URLButton::mixColors(const QColor& c1, const int blue = (c1.blue() + c2.blue()) / 2; return QColor(red, green, blue); } + +#include "urlbutton.moc" |