diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-02 17:43:11 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-02 17:43:11 +0000 |
commit | 47616dfcd364bacab48029969c3abf1f32f8ded8 (patch) | |
tree | f30728326d77c274a56da217fb35eb3aa75ba20a /net/simicq/files/patch.toolsetup.h | |
parent | upgrade to 10.3 (diff) |
Update to 0.8.1
PR: 46377
Submitted by: Josef El-Rayes <j.el-rayes@daemon.li> (maintainer)
Notes
Notes:
svn path=/head/; revision=72239
Diffstat (limited to 'net/simicq/files/patch.toolsetup.h')
-rw-r--r-- | net/simicq/files/patch.toolsetup.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/simicq/files/patch.toolsetup.h b/net/simicq/files/patch.toolsetup.h new file mode 100644 index 000000000000..55d95022f6cf --- /dev/null +++ b/net/simicq/files/patch.toolsetup.h @@ -0,0 +1,11 @@ +--- toolsetup.h.old Tue Dec 17 13:25:36 2002 ++++ toolsetup.h Tue Dec 17 13:57:26 2002 +@@ -23,7 +23,7 @@ + #include "toolsetupbase.h" + #include "toolbtn.h" + +-class ToolBarSetup : public ToolBarSetupBase ++class ToolBarSetup : ToolBarSetupBase + { + Q_OBJECT + public: |