diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:18:28 -0600 | 
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:18:28 -0600 | 
| commit | 934db26c3f8efe148a5680c22f965ee10f818a61 (patch) | |
| tree | 4a47cbb3ef398d11fa9283b5afdcd0a8d84fad7c /src/htmlexporter.cpp | |
| parent | a1fb52e00e362130a46b34570e53f2c1f322f373 (diff) | |
| download | basket-934db26c3f8efe148a5680c22f965ee10f818a61.tar.gz basket-934db26c3f8efe148a5680c22f965ee10f818a61.zip | |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/htmlexporter.cpp')
| -rw-r--r-- | src/htmlexporter.cpp | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/src/htmlexporter.cpp b/src/htmlexporter.cpp index ae34b00..f9ef3d3 100644 --- a/src/htmlexporter.cpp +++ b/src/htmlexporter.cpp @@ -44,7 +44,7 @@ HTMLExporter::HTMLExporter(Basket *basket)  	TQDir dir;  	// Compute a default file name & path: -	KConfig *config = KGlobal::config(); +	KConfig *config = TDEGlobal::config();  	config->setGroup("Export to HTML");  	TQString folder = config->readEntry("lastFolder", TQDir::homeDirPath()) + "/";  	TQString url = folder + TQString(basket->basketName()).replace("/", "_") + ".html"; @@ -232,8 +232,8 @@ void HTMLExporter::exportBasket(Basket *basket, bool isSubBasket)  			"   .tree span { -moz-border-radius: 6px; display: block; float: left;\n"  			"                line-height: 16px; height: 16px; vertical-align: middle; padding: 0 1px; }\n"  			"   .tree img { vertical-align: top; padding-right: 1px; }\n" -			"   .tree .current { background-color: " << KGlobalSettings::highlightColor().name() << "; " -			                    "-moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; color: " << KGlobalSettings::highlightedTextColor().name() << "; }\n" +			"   .tree .current { background-color: " << TDEGlobalSettings::highlightColor().name() << "; " +			                    "-moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; color: " << TDEGlobalSettings::highlightedTextColor().name() << "; }\n"  			"   .basketSurrounder { margin-left: 152px; _margin: 0; _float: right; }\n";  	}  	stream << | 
