~ubuntu-branches/ubuntu/quantal/kde-runtime/quantal

« back to all changes in this revision

Viewing changes to drkonqi/drkonqi_globals.h

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2012-06-03 21:50:00 UTC
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: package-import@ubuntu.com-20120603215000-vn7oarsq0ynrydj5
Tags: upstream-4.8.80
Import upstream version 4.8.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#define DRKONQI_GLOBALS_H
19
19
 
20
20
#include <KGuiItem>
 
21
#include <KIcon>
21
22
 
22
23
/** This class provides a custom constructor to fill the "toolTip"
23
24
 * and "whatsThis" texts of KGuiItem with the same text.
30
31
};
31
32
 
32
33
/* Urls are defined globally here, so that they can change easily */
33
 
#define KDE_BUGZILLA_URL "https://bugs.kde.org"
34
 
#define KDE_BUGZILLA_CREATE_ACCOUNT_URL "https://bugs.kde.org/createaccount.cgi"
 
34
#define KDE_BUGZILLA_URL "https://bugs.kde.org/"
 
35
#define KDE_BUGZILLA_CREATE_ACCOUNT_URL  KDE_BUGZILLA_URL "createaccount.cgi"
35
36
#define KDE_BUGZILLA_SHORT_URL "bugs.kde.org"
36
37
#define TECHBASE_HOWTO_DOC "http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports#Preparing_your_KDE_packages"
37
38